Skip to content

Conversation

@arandito
Copy link

@arandito arandito commented Oct 31, 2025

Description

This PR updates the documentation generation framework for aws-sdk-bedrock-runtime from Sphinx to Material for MkDocs. It also updates the docstring format from RST to Google style with Markdown descriptions.

Important

The client was generated using the changes introduced in smithy-lang/smithy-python#592

This PR only updates the standalone docs for aws-sdk-bedrock-runtime. We plan to implement a top-level documentation site that aggregates all client docs under one site soon. That will exist in this repo.

Testing

To generate docs locally:

cd clients/aws-sdk-bedrock-runtime
uv sync --group docs && source .venv/bin/activate

# This will build and host the docs locally at port 8000
mkdocs serve

You can also view the live docs here.

Note

The client was generated using the latest bedrock-runtime model in aws/api-models-aws. This introduced new schemas in schema.py. We may have to include a changelog for this change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant